home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / enbolas.swf / scripts / DefineButton2_134 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  119b  |  7 lines

  1. on(release){
  2.    fondo.gotoAndPlay(1);
  3.    _level0.sonido("click");
  4.    _level0.pausa = true;
  5.    gotoAndPlay(60);
  6. }
  7.